home *** CD-ROM | disk | FTP | other *** search
Makefile | 2003-11-06 | 12.9 KB | 545 lines |
- # Project: SFtoSpr
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -throwback -DNDEBUG -Ospace
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -v -o $@
- ASMflags =
-
-
- # Final targets:
- @.!RunImage: @.o.Main @.o.SFgfxconv @.o.Utils @.o.SaveDir @.o.Scan \
- @.o.SFIconbar @.o.SFMenu @.o.SaveSprites @.o.PreQuit @.o.SavePlanets C:CBLib C:o.flexlib \
- C:o.toolboxlib C:o.wimplib C:o.eventlib C:o.stubs @.o.SaveMapTiles
- Link $(Linkflags) @.o.Main @.o.SFgfxconv @.o.Utils @.o.SaveDir \
- @.o.Scan @.o.SFIconbar @.o.SFMenu @.o.SaveSprites @.o.PreQuit @.o.SavePlanets C:CBLib \
- C:o.flexlib C:o.toolboxlib C:o.wimplib C:o.eventlib C:o.stubs @.o.SaveMapTiles
- Squeeze $(Squeezeflags) @.!RunImage
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.Main: @.c.Main
- cc $(ccflags) -o @.o.Main @.c.Main
- @.o.SFgfxconv: @.c.SFgfxconv
- cc $(ccflags) -o @.o.SFgfxconv @.c.SFgfxconv
- @.o.Utils: @.c.Utils
- cc $(ccflags) -o @.o.Utils @.c.Utils
- @.o.SaveDir: @.c.SaveDir
- cc $(ccflags) -o @.o.SaveDir @.c.SaveDir
- @.o.Scan: @.c.Scan
- cc $(ccflags) -o @.o.Scan @.c.Scan
- @.o.SFIconbar: @.c.SFIconbar
- cc $(ccflags) -o @.o.SFIconbar @.c.SFIconbar
- @.o.SFMenu: @.c.SFMenu
- cc $(ccflags) -o @.o.SFMenu @.c.SFMenu
- @.o.SaveSprites: @.c.SaveSprites
- cc $(ccflags) -o @.o.SaveSprites @.c.SaveSprites
- @.o.PreQuit: @.c.PreQuit
- cc $(ccflags) -o @.o.PreQuit @.c.PreQuit
- @.o.SavePlanets: @.c.SavePlanets
- cc $(ccflags) -o @.o.SavePlanets @.c.SavePlanets
- @.o.SaveMapTiles: @.c.SaveMapTiles
- cc $(ccflags) -o @.o.SaveMapTiles @.c.SaveMapTiles
-
-
- # Dynamic dependencies:
- o.SavePlanets: c.SavePlanets
- o.SavePlanets: C:h.wimp
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.event
- o.SavePlanets: C:h.wimplib
- o.SavePlanets: C:h.saveas
- o.SavePlanets: C:h.window
- o.SavePlanets: C:h.gadgets
- o.SavePlanets: C:h.window
- o.SavePlanets: C:h.gadgets
- o.SavePlanets: C:h.flex
- o.SavePlanets: C:h.err
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.msgtrans
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.hourglass
- o.SavePlanets: C:h.swis
- o.SavePlanets: C:h.ViewsMenu
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.Macros
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.msgtrans
- o.SavePlanets: C:h.TboxBugs
- o.SavePlanets: C:h.swis
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.window
- o.SavePlanets: C:h.FilePerc
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.flex
- o.SavePlanets: C:h.SFformats
- o.SavePlanets: h.Utils
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.event
- o.SavePlanets: C:h.Loader
- o.SavePlanets: C:h.kernel
- o.SavePlanets: C:h.flex
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.SprFormats
- o.SavePlanets: C:h.SFformats
- o.SavePlanets: C:h.Loader
- o.SavePlanets: h.Main
- o.SavePlanets: C:h.kernel
- o.SavePlanets: h.SavePlanets
- o.SavePlanets: C:h.toolbox
- o.SavePlanets: C:h.SFformats
- o.SaveMapTiles: c.SaveMapTiles
- o.SaveMapTiles: C:h.wimp
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.event
- o.SaveMapTiles: C:h.wimplib
- o.SaveMapTiles: C:h.saveas
- o.SaveMapTiles: C:h.window
- o.SaveMapTiles: C:h.gadgets
- o.SaveMapTiles: C:h.window
- o.SaveMapTiles: C:h.gadgets
- o.SaveMapTiles: C:h.flex
- o.SaveMapTiles: C:h.err
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.msgtrans
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.hourglass
- o.SaveMapTiles: C:h.swis
- o.SaveMapTiles: C:h.FilePerc
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.flex
- o.SaveMapTiles: C:h.ViewsMenu
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.Macros
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.msgtrans
- o.SaveMapTiles: C:h.TboxBugs
- o.SaveMapTiles: C:h.swis
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.window
- o.SaveMapTiles: C:h.SFformats
- o.SaveMapTiles: C:h.SprFormats
- o.SaveMapTiles: h.Utils
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.event
- o.SaveMapTiles: C:h.Loader
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: C:h.flex
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.SprFormats
- o.SaveMapTiles: C:h.SFformats
- o.SaveMapTiles: C:h.Loader
- o.SaveMapTiles: h.Main
- o.SaveMapTiles: C:h.kernel
- o.SaveMapTiles: h.SaveMapTiles
- o.SaveMapTiles: C:h.toolbox
- o.SaveMapTiles: C:h.SFformats
- o.SaveSprites: c.SaveSprites
- o.SaveSprites: C:h.wimp
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.event
- o.SaveSprites: C:h.wimplib
- o.SaveSprites: C:h.saveas
- o.SaveSprites: C:h.window
- o.SaveSprites: C:h.gadgets
- o.SaveSprites: C:h.window
- o.SaveSprites: C:h.gadgets
- o.SaveSprites: C:h.flex
- o.SaveSprites: C:h.err
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.msgtrans
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.hourglass
- o.SaveSprites: C:h.swis
- o.SaveSprites: C:h.Macros
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.msgtrans
- o.SaveSprites: C:h.ViewsMenu
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.Loader
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.flex
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.SFformats
- o.SaveSprites: C:h.SprFormats
- o.SaveSprites: C:h.NoBudge
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.TboxBugs
- o.SaveSprites: C:h.swis
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.window
- o.SaveSprites: C:h.FilePerc
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.flex
- o.SaveSprites: h.Utils
- o.SaveSprites: C:h.kernel
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.event
- o.SaveSprites: C:h.Loader
- o.SaveSprites: C:h.SprFormats
- o.SaveSprites: C:h.SFformats
- o.SaveSprites: h.SFgfxconv
- o.SaveSprites: C:h.SFformats
- o.SaveSprites: C:h.SprFormats
- o.SaveSprites: h.Main
- o.SaveSprites: C:h.kernel
- o.SaveSprites: h.SaveSprites
- o.SaveSprites: C:h.toolbox
- o.SaveSprites: C:h.Sprformats
- o.SaveSprites: C:h.SFformats
- o.SFgfxconv: c.SFgfxconv
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: C:h.swis
- o.SFgfxconv: C:h.wimplib
- o.SFgfxconv: C:h.wimp
- o.SFgfxconv: C:h.err
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: C:h.msgtrans
- o.SFgfxconv: C:h.toolbox
- o.SFgfxconv: C:h.SFformats
- o.SFgfxconv: C:h.SprFormats
- o.SFgfxconv: C:h.hourglass
- o.SFgfxconv: C:h.Macros
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: C:h.msgtrans
- o.SFgfxconv: C:h.flex
- o.SFgfxconv: C:h.NoBudge
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: h.Main
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: h.Utils
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: C:h.toolbox
- o.SFgfxconv: C:h.event
- o.SFgfxconv: C:h.Loader
- o.SFgfxconv: C:h.kernel
- o.SFgfxconv: C:h.flex
- o.SFgfxconv: C:h.toolbox
- o.SFgfxconv: C:h.SprFormats
- o.SFgfxconv: C:h.SFformats
- o.SFgfxconv: h.SFgfxconv
- o.SFgfxconv: C:h.SFformats
- o.SFgfxconv: C:h.SprFormats
- o.Utils: c.Utils
- o.Utils: C:h.kernel
- o.Utils: C:h.toolbox
- o.Utils: C:h.wimp
- o.Utils: C:h.event
- o.Utils: C:h.window
- o.Utils: C:h.gadgets
- o.Utils: C:h.wimplib
- o.Utils: C:h.gadgets
- o.Utils: C:h.swis
- o.Utils: C:h.saveas
- o.Utils: C:h.flex
- o.Utils: C:h.err
- o.Utils: C:h.kernel
- o.Utils: C:h.msgtrans
- o.Utils: C:h.toolbox
- o.Utils: C:h.hourglass
- o.Utils: C:h.Macros
- o.Utils: C:h.kernel
- o.Utils: C:h.msgtrans
- o.Utils: C:h.Loader
- o.Utils: C:h.kernel
- o.Utils: C:h.flex
- o.Utils: C:h.toolbox
- o.Utils: C:h.SFformats
- o.Utils: C:h.SprFormats
- o.Utils: C:h.NoBudge
- o.Utils: C:h.kernel
- o.Utils: C:h.FilePerc
- o.Utils: C:h.kernel
- o.Utils: C:h.flex
- o.Utils: h.SFgfxconv
- o.Utils: C:h.SFformats
- o.Utils: C:h.SprFormats
- o.Utils: h.Main
- o.Utils: C:h.kernel
- o.Utils: h.Utils
- o.Utils: C:h.kernel
- o.Utils: C:h.toolbox
- o.Utils: C:h.event
- o.Utils: C:h.Loader
- o.Utils: C:h.SprFormats
- o.Utils: C:h.SFformats
- o.SaveDir: c.SaveDir
- o.SaveDir: C:h.wimp
- o.SaveDir: C:h.toolbox
- o.SaveDir: C:h.kernel
- o.SaveDir: C:h.event
- o.SaveDir: C:h.wimplib
- o.SaveDir: C:h.saveas
- o.SaveDir: C:h.window
- o.SaveDir: C:h.gadgets
- o.SaveDir: C:h.window
- o.SaveDir: C:h.gadgets
- o.SaveDir: C:h.flex
- o.SaveDir: C:h.err
- o.SaveDir: C:h.kernel
- o.SaveDir: C:h.msgtrans
- o.SaveDir: C:h.toolbox
- o.SaveDir: C:h.hourglass
- o.SaveDir: C:h.swis
- o.SaveDir: C:h.Loader
- o.SaveDir: C:h.kernel
- o.SaveDir: C:h.flex
- o.SaveDir: C:h.toolbox
- o.SaveDir: C:h.Macros
- o.SaveDir: C:h.kernel
- o.SaveDir: C:h.msgtrans
- o.SaveDir: C:h.ViewsMenu
- o.SaveDir: C:h.kernel
- o.SaveDir: C:h.toolbox
- o.SaveDir: C:h.TboxBugs
- o.SaveDir: C:h.swis
- o.SaveDir: C:h.toolbox
- o.SaveDir: C:h.window
- o.SaveDir: h.Scan
- o.SaveDir: C:h.toolbox
- o.SaveDir: h.SaveDir
- o.SaveDir: C:h.toolbox
- o.SaveDir: h.Utils
- o.SaveDir: C:h.kernel
- o.SaveDir: C:h.toolbox
- o.SaveDir: C:h.event
- o.SaveDir: C:h.Loader
- o.SaveDir: C:h.SprFormats
- o.SaveDir: C:h.SFformats
- o.SaveDir: h.Main
- o.SaveDir: C:h.kernel
- o.Scan: c.Scan
- o.Scan: C:h.kernel
- o.Scan: C:h.wimp
- o.Scan: C:h.toolbox
- o.Scan: C:h.event
- o.Scan: C:h.wimplib
- o.Scan: C:h.window
- o.Scan: C:h.gadgets
- o.Scan: C:h.gadgets
- o.Scan: C:h.flex
- o.Scan: C:h.err
- o.Scan: C:h.kernel
- o.Scan: C:h.msgtrans
- o.Scan: C:h.toolbox
- o.Scan: C:h.hourglass
- o.Scan: C:h.swis
- o.Scan: C:h.SprFormats
- o.Scan: C:h.SFformats
- o.Scan: C:h.FedCompMT
- o.Scan: C:h.kernel
- o.Scan: C:h.flex
- o.Scan: C:h.ViewsMenu
- o.Scan: C:h.kernel
- o.Scan: C:h.toolbox
- o.Scan: C:h.Loader
- o.Scan: C:h.kernel
- o.Scan: C:h.flex
- o.Scan: C:h.toolbox
- o.Scan: C:h.Macros
- o.Scan: C:h.kernel
- o.Scan: C:h.msgtrans
- o.Scan: C:h.NoBudge
- o.Scan: C:h.kernel
- o.Scan: C:h.RoundRobin
- o.Scan: C:h.kernel
- o.Scan: C:h.LoadSaveMT
- o.Scan: C:h.kernel
- o.Scan: C:h.flex
- o.Scan: C:h.AbortFop
- o.Scan: h.SFgfxconv
- o.Scan: C:h.SFformats
- o.Scan: C:h.SprFormats
- o.Scan: h.Utils
- o.Scan: C:h.kernel
- o.Scan: C:h.toolbox
- o.Scan: C:h.event
- o.Scan: C:h.Loader
- o.Scan: C:h.SprFormats
- o.Scan: C:h.SFformats
- o.Scan: h.Main
- o.Scan: C:h.kernel
- o.Scan: h.Scan
- o.Scan: C:h.toolbox
- o.SFIconbar: c.SFIconbar
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.swis
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.wimp
- o.SFIconbar: C:h.event
- o.SFIconbar: C:h.iconbar
- o.SFIconbar: C:h.err
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.msgtrans
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.Macros
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.msgtrans
- o.SFIconbar: C:h.Loader
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.flex
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.SprFormats
- o.SFIconbar: C:h.SFformats
- o.SFIconbar: C:h.ViewsMenu
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.nobudge
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.hourglass
- o.SFIconbar: h.Main
- o.SFIconbar: C:h.kernel
- o.SFIconbar: h.Utils
- o.SFIconbar: C:h.kernel
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.event
- o.SFIconbar: C:h.Loader
- o.SFIconbar: C:h.SprFormats
- o.SFIconbar: C:h.SFformats
- o.SFIconbar: h.SaveSprites
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.Sprformats
- o.SFIconbar: C:h.SFformats
- o.SFIconbar: h.SavePlanets
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.SFformats
- o.SFIconbar: h.SaveMapTiles
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: C:h.SFformats
- o.SFIconbar: h.SaveDir
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: h.SFIconbar
- o.SFIconbar: C:h.toolbox
- o.SFIconbar: h.SFgfxconv
- o.SFIconbar: C:h.SFformats
- o.SFIconbar: C:h.SprFormats
- o.Main: c.Main
- o.Main: C:h.kernel
- o.Main: C:h.toolbox
- o.Main: C:h.wimp
- o.Main: C:h.event
- o.Main: C:h.flex
- o.Main: C:h.wimp
- o.Main: C:h.wimplib
- o.Main: C:h.err
- o.Main: C:h.kernel
- o.Main: C:h.msgtrans
- o.Main: C:h.toolbox
- o.Main: C:h.hourglass
- o.Main: C:h.swis
- o.Main: C:h.Macros
- o.Main: C:h.kernel
- o.Main: C:h.msgtrans
- o.Main: C:h.Loader
- o.Main: C:h.kernel
- o.Main: C:h.flex
- o.Main: C:h.toolbox
- o.Main: C:h.SFformats
- o.Main: C:h.ViewsMenu
- o.Main: C:h.kernel
- o.Main: C:h.toolbox
- o.Main: C:h.RoundRobin
- o.Main: C:h.kernel
- o.Main: C:h.InputFocus
- o.Main: C:h.kernel
- o.Main: C:h.event
- o.Main: C:h.nobudge
- o.Main: C:h.kernel
- o.Main: h.SFIconbar
- o.Main: C:h.toolbox
- o.Main: h.SFgfxconv
- o.Main: C:h.SFformats
- o.Main: C:h.SprFormats
- o.Main: h.Scan
- o.Main: C:h.toolbox
- o.Main: h.Utils
- o.Main: C:h.kernel
- o.Main: C:h.toolbox
- o.Main: C:h.event
- o.Main: C:h.Loader
- o.Main: C:h.SprFormats
- o.Main: C:h.SFformats
- o.Main: h.Main
- o.Main: C:h.kernel
- o.Main: h.SFMenu
- o.Main: C:h.toolbox
- o.Main: h.PreQuit
- o.Main: C:h.toolbox
- o.SFMenu: c.SFMenu
- o.SFMenu: C:h.kernel
- o.SFMenu: C:h.toolbox
- o.SFMenu: C:h.wimp
- o.SFMenu: C:h.event
- o.SFMenu: C:h.menu
- o.SFMenu: C:h.saveas
- o.SFMenu: C:h.window
- o.SFMenu: C:h.gadgets
- o.SFMenu: C:h.err
- o.SFMenu: C:h.kernel
- o.SFMenu: C:h.Macros
- o.SFMenu: C:h.kernel
- o.SFMenu: C:h.msgtrans
- o.SFMenu: C:h.toolbox
- o.SFMenu: C:h.Loader
- o.SFMenu: C:h.kernel
- o.SFMenu: C:h.flex
- o.SFMenu: C:h.toolbox
- o.SFMenu: C:h.ViewsMenu
- o.SFMenu: C:h.kernel
- o.SFMenu: C:h.toolbox
- o.SFMenu: h.SFmenu
- o.SFMenu: C:h.toolbox
- o.SFMenu: h.PreQuit
- o.SFMenu: C:h.toolbox
- o.SFMenu: h.Main
- o.SFMenu: C:h.kernel
- o.PreQuit: c.PreQuit
- o.PreQuit: C:h.event
- o.PreQuit: C:h.wimp
- o.PreQuit: C:h.toolbox
- o.PreQuit: C:h.kernel
- o.PreQuit: C:h.toolbox
- o.PreQuit: C:h.quit
- o.PreQuit: C:h.window
- o.PreQuit: C:h.gadgets
- o.PreQuit: C:h.wimplib
- o.PreQuit: C:h.wimp
- o.PreQuit: C:h.err
- o.PreQuit: C:h.kernel
- o.PreQuit: C:h.msgtrans
- o.PreQuit: C:h.toolbox
- o.PreQuit: C:h.Macros
- o.PreQuit: C:h.kernel
- o.PreQuit: C:h.msgtrans
- o.PreQuit: C:h.RoundRobin
- o.PreQuit: C:h.kernel
- o.PreQuit: C:h.TboxBugs
- o.PreQuit: C:h.swis
- o.PreQuit: C:h.toolbox
- o.PreQuit: C:h.window
- o.PreQuit: C:h.InputFocus
- o.PreQuit: C:h.kernel
- o.PreQuit: C:h.event
- o.PreQuit: C:h.ViewsMenu
- o.PreQuit: C:h.kernel
- o.PreQuit: C:h.toolbox
- o.PreQuit: h.PreQuit
- o.PreQuit: C:h.toolbox
- o.PreQuit: h.Main
- o.PreQuit: C:h.kernel
-